home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / isa_099.zip / ISAROUTE.ZIP / ROUTE.DOC next >
Text File  |  1992-06-15  |  5KB  |  99 lines

  1.         ╔═════════════════╗
  2.         ║█▓▒░ Routing ░▒▓█║
  3.         ╚═════════════════╝
  4.  
  5.  
  6.         ISA now supports file routing.  This will allow you to route game
  7. files through a 'hub system' to other systems (possibly out of town), vastly
  8. increasing the number of systems you can play against.  If you are familiar
  9. with the concept of Echomail, you should have a good idea of how this
  10. feature will accomplish this task.
  11.  
  12.         ISA reads it's routing information from the file ROUTE.CFG.  This
  13. file MUST be created in your ISA Game Directory for the routing to work.
  14. The routing file recognizes four (4) command characters.  The format of
  15. the file is as follows:
  16.  
  17. *<The address ISA should use when generating the Netmail Attach message>
  18. %<The address of the HUB you will be sending the mail to>
  19. #<The netmail status flag - C,H,I,N for Crash, Hold, Immediate and Normal>
  20. ?<The address of all systems to be routed through the HUB listed above>
  21.  
  22.       Let's take a look at each of these in a little more detail.
  23.  
  24. *     The '*' operator indicates the Net Address that ISA should use when
  25.       sending out mail.  This does not have to be the same address that you
  26. have in your ISA.CFG file.  This allows ISA to use multiple network zone
  27. addresses to permit you to play against other systems which use a different
  28. zone based address than your system does.  The address you use here can be
  29. any Valid address or aka address that your system currently has.
  30.  
  31. Example:
  32.          I participate in 3 seperate networks, thus I can place any of my
  33. three addresses on this line.
  34.  
  35. *15:15/1   - I use this address to send to other AdultNet systems.
  36. *1:250/517 - I use this address to send to other FidoNet systems.
  37. *34:3416/0 - I use this address to send to other SigNet systems.
  38.  
  39. %     The '%' operator indicates the Net Address of the 'HUB' that I wish to
  40.       route game files through.  ISA will send game files originating on my
  41. system to this address, who in turn will pass the files along to their
  42. destination.
  43.  
  44. Example:
  45.         I want to route files through James' system to Eddie.  Since James
  46. is the 'HUB' for this routing, I enter James' address on this line.
  47.  
  48. %25:4604/171
  49.  
  50. #     The '#' operator works the same here as it does in your NODES.CTL
  51.       file.  The valid parameters are C,H,I,N for Crash, Hold, Immediate
  52. and Normal.  I strongly recommend NOT using Crash or Immediate in the
  53. ROUTE.CFG as these may interfere with the normal routing commands that
  54. your mailer may be using.  If you call the 'HUB' system, use the Normal
  55. flag, or if the 'HUB' calls you, use the Hold setting.
  56.  
  57. Example:
  58.         I call James' system to deliver/pickup game files daily, in this
  59. case I would use the Normal flag.
  60.  
  61. #N
  62.  
  63. ?     The '?' operator instructs ISA as to which systems' game files are to
  64.       be routed through the address listed above with the '%' operator.
  65. This may seem a little strange, but the FIRST instance of this operator
  66. MUST be the same address as indicated by the '%' operator listed above.
  67. This operator may be repeated as many times as needed to include all
  68. systems that you route through the specified 'HUB' system.
  69.  
  70. Example:
  71.         I route files for Eddie's system through James.  I will need to
  72. have two '?' operators here to specify that I will be routing to James'
  73. system and to Eddie's system.
  74.  
  75. ?25:4604/171
  76. ?25:4604/139
  77.  
  78.  
  79.        In addition to the above, you will have to add each system that you
  80. will be routing files for to your NODES.CTL file.  The procedure for adding
  81. new nodes is described earlier in this documentation.  Although the files
  82. for these systems will be routed, you still treat them as if you were calling
  83. directly to the nodes yourself in terms of setting them up in your NODES.CTL
  84. file.
  85.  
  86.         To clarify things even further, I have included a couple of well
  87. documented Sample routing files that you can study/modify to suit your
  88. needs.  These files have been tested and work as they were intended on my
  89. BBS.  ROUTE.EX1 is a simple routing engagement involving 2 'End' systems
  90. and one 'Hub', whereas ROUTE.EX2 is a little more complicated and involves
  91. several systems.
  92.  
  93.        NOTE: If a file is routed and the destination or pass-through system
  94. is not listed in the ROUTE.CFG file, the file will NOT be forwarded and it
  95. will be used by ISA on your BBS.  This can cause attacks intended for
  96. another BBS to end up on your BBS attacking the wrong person.  Do not set
  97. up your ROUTE.CFG to forward files until you have checked with your uplink
  98. and they are ready to forward the file on to the proper destination.
  99.